-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
32 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Package: updater | ||
Title: Utilities When Updating R | ||
Version: 0.0.0.9000 | ||
Title: Utilities for Updating R | ||
Version: 0.1.0 | ||
Authors@R: | ||
person("Daniel D.", "Sjoberg", , "[email protected]", role = c("aut", "cre", "cph"), | ||
comment = c(ORCID = "0000-0003-0862-2018")) | ||
Description: When updating major or minor R versions all packages should | ||
be re-installed. The utilities in this package assist in getting a | ||
user up-and-running again by installing all previously installed R | ||
packages. The package uses 'renv' to install; immediately | ||
replenishing your 'renv' package cache. | ||
packages. The package uses 'renv' to install; immediately replenishing | ||
your 'renv' package cache. | ||
License: MIT + file LICENSE | ||
Imports: | ||
cli (>= 3.3.0), | ||
|
@@ -19,6 +19,6 @@ Suggests: | |
testthat (>= 3.0.0) | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Language: en-US | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.2.0 | ||
Language: en-US |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(find_previous_library_loc) | ||
export(find_previous_library_location) | ||
export(install_pkgs) | ||
export(previous_r_version) | ||
export(r_version) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 1 note | ||
> checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Daniel D. Sjoberg <[email protected]>' | ||
New submission | ||
|
||
* This is a new release. | ||
0 errors v | 0 warnings v | 1 note x |
10 changes: 5 additions & 5 deletions
10
man/find_previous_library_loc.Rd → man/find_previous_library_location.Rd
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters