Displaying 7 results from an estimated 7 matches for "update_packages".
2012 Mar 22
5
Ubuntu Lucid, R 2.14.2, and ggplot2
I've just updated to the latest R (2.14.2) on my Ubuntu Lucid box, and now the ggplot2 installed as a .deb package fails to work.
$ R -e 'library(ggplot2)'
Error in library(pkg, character.only = TRUE, logical.return = TRUE, lib.loc = lib.loc) :
package ?proto? does not have a NAMESPACE and should be re-installed
Calls: library -> .getRequiredPackages2 -> library
Execution
2025 May 14
1
how to install R 4.4
...I still have nothing.
can anybody suggest a way to install tensorflow and keras under 4.5?
(let me know if I should be posting in a different forum.)
I am pasting the script that used to work under 4.4
```
if(!requireNamespace("remotes")) install.packages("remotes")
remotes::update_packages()
remotes::install_cran(c("readr", "tibble", "zip", "fs", "listarrays"))
install.packages("reticulate")
reticulate::miniconda_uninstall()
unlink("~/.pyenv", recursive = TRUE)
unlink("~/.virtualenvs/r-reticulate", recurs...
2025 May 14
1
how to install R 4.4
On 14 May 2025 at 09:12, Stephen Bond wrote:
| I do not care about version. My packages are in
|
| /home/stephen/R/x86_64-pc-linux-gnu-library/4.4/
|
| and and after renaming the 4.4 folder I can load them.
| How do you avoid the version naming of the package folder?
It's a personal preference but I tend to set things up such that I have no
user-local directory, and that has worked for a
2019 Aug 08
5
Underscores in package names
Are there technical reasons that package names cannot be snake case?
This seems to be enforced by `.standard_regexps()$valid_package_name`
which currently returns
"[[:alpha:]][[:alnum:].]*[[:alnum:]]"
Is there any technical reason this couldn't be altered to accept `_`
as well, e.g.
"[[:alpha:]][[:alnum:]._]*[[:alnum:]]"
I realize that historically `_` has not
2019 Apr 26
0
R 3.6.0 is released
...rev argument to facilitate reversing the order of
colors.
* New str2lang() and str2expression() as streamlined versions of
parse(text=., keep.source=FALSE) allow to abstract typical call
constructions, e.g., in formula manipulations. (Somewhat
experimental)
* Add update_PACKAGES() for incrementally updating a package
repository index, instead of rebuilding the index from scratch.
Thanks to Gabe Becker in PR#17544 for the patch, based on part of
his switchr package.
INSTALLATION on a UNIX-ALIKE:
* The options selected for the C++ compiler default t...
2019 Apr 26
0
R 3.6.0 is released
...rev argument to facilitate reversing the order of
colors.
* New str2lang() and str2expression() as streamlined versions of
parse(text=., keep.source=FALSE) allow to abstract typical call
constructions, e.g., in formula manipulations. (Somewhat
experimental)
* Add update_PACKAGES() for incrementally updating a package
repository index, instead of rebuilding the index from scratch.
Thanks to Gabe Becker in PR#17544 for the patch, based on part of
his switchr package.
INSTALLATION on a UNIX-ALIKE:
* The options selected for the C++ compiler default t...
2019 Apr 26
0
R 3.6.0 is released
...rev argument to facilitate reversing the order of
colors.
* New str2lang() and str2expression() as streamlined versions of
parse(text=., keep.source=FALSE) allow to abstract typical call
constructions, e.g., in formula manipulations. (Somewhat
experimental)
* Add update_PACKAGES() for incrementally updating a package
repository index, instead of rebuilding the index from scratch.
Thanks to Gabe Becker in PR#17544 for the patch, based on part of
his switchr package.
INSTALLATION on a UNIX-ALIKE:
* The options selected for the C++ compiler default t...