diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/.nojekyll @@ -0,0 +1 @@ + diff --git a/404.html b/404.html new file mode 100644 index 0000000..a0a38c6 --- /dev/null +++ b/404.html @@ -0,0 +1,93 @@ + + +
+ + + + +YEAR: 2024 +COPYRIGHT HOLDER: updateme authors ++ +
LICENSE.md
+ Copyright (c) 2024 updateme authors
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+Packages can be installed from a number of locations. The {updateme} +package seeks to examine the original source of a package for newer +versions at load-time:
+E.g. if you installed a package from CRAN using
+install.packages()
, CRAN will be checked for newer versions
+(using available.packages()
)
E.g. if you installed a package from GitHub using
+pak::pak()
, GitHub will be checked for newer
+versions
It may be that, say, after installing a package from CRAN, you want +to {updateme} to check GitHub for possible updates. This is +configurable…. ………
+Package source | +Source detection mechanism | +New version detection mechanism | +Notes | +
---|---|---|---|
CRAN | +
+DESCRIPTION field Repository
+ |
+available.packages() |
++ |
GitHub | ++ | + | It is assumed that GitHub packages are installed using either {pak} +or {remotes}. Other methods of installation may not work properly with +{updateme} | +
+ | + | + | + |
+ | + | + | + |
+ | + | + | + |
+ | + | + | + |
+ | + | + | + |
+ | + | + | + |
+ | + | + | + |
+ | + | + | + |
Source | +Method | +Field: Repository | ++ | + |
---|---|---|---|---|
CRAN | +install.packages() | +CRAN | ++ | + |
+ | pak::pak() | ++ | + | + |
+ | BiocManager::install() | ++ | + | + |
CRAN-like (e.g. r-universe) | +install.packages() | ++ | + | + |
+ | pak::pak() | ++ | + | + |
+ | BiocManager::install() | ++ | + | + |
GitHub | +pak::pak() | ++ | + | + |
+ | remotes::install_github() | ++ | + | + |
GitLab | +pak::pak() | ++ | + | + |
+ | remotes::install_gitlab() | ++ | + | + |
Git (any) | +pak::pak() | ++ | + | + |
+ | remotes::install_git() | ++ | + | + |
Bioc | +pak::pak() | ++ | + | + |
+ | BiocManager::install() | ++ | + | + |
Local (?) | +devtools::install() | ++ | + | + |
Repository: CRAN
+Date/Publication: 2023-09-27 09:20:06 UTC
+Built: R 4.3.1; aarch64-apple-darwin20; 2023-09-27 11:18:47 UTC; unix
+Archs: lubridate.so.dSYM
+Repository: CRAN
+Date/Publication: 2023-09-27 09:20:06 UTC
+Built: R 4.3.1; aarch64-apple-darwin20; 2023-09-27 11:18:47 UTC; unix
+Archs: lubridate.so.dSYM
+RemoteType: standard
+RemotePkgRef: lubridate
+RemoteRef: lubridate
+RemoteRepos: https://cran.rstudio.com/
+RemotePkgPlatform: aarch64-apple-darwin20
+RemoteSha: 1.9.3
+