Displaying 9 results from an estimated 9 matches for "install_version".
2020 Jun 06
2
install.packages(): About an option for installing archived versions
Dear list,
Various helpers exist in the wild to install older archived versions of
CRAN packages, for example `remotes::install_version() ` or
`versions::install.version()`.
The former makes use of an ?archive.rds? file stored in the CRAN
/Meta directory:
https://github.com/r-lib/remotes/blob/9b5dc29102a486df2f42c88bb19027a7cd54a721/R/install-version.R#L68
Given its existence, I was wondering why there is no official support in...
2023 Apr 09
1
can't install nser...
Dear members,
I can't install "nser" package. It is not in cran but install_version and install_github both are not working:
> install_version("nser",version = "1.4.0")
Downloading package from url: https://cran.rstudio.com//src/contrib/Archive/nser/nser_1.4.0.tar.gz
These packages have more recent versions available.
It is recommended to update all of them...
2023 Apr 09
1
can't install nser...
...the prompt you were presented before, choose to update magrittr
before installing nser.
On Sun, Apr 9, 2023, 17:55 akshay kulkarni <akshay_e4 at hotmail.com> wrote:
> Dear members,
> I can't install "nser" package. It is not in
> cran but install_version and install_github both are not working:
>
> > install_version("nser",version = "1.4.0")
> Downloading package from url:
> https://cran.rstudio.com//src/contrib/Archive/nser/nser_1.4.0.tar.gz
> These packages have more recent versions available.
> It is reco...
2020 Jun 06
0
install.packages(): About an option for installing archived versions
On 06/06/2020 3:04 a.m., Patrick Schratz wrote:
> Dear list,
>
> Various helpers exist in the wild to install older archived versions of
> CRAN packages, for example `remotes::install_version() ` or
> `versions::install.version()`.
> The former makes use of an ?archive.rds? file stored in the CRAN
> /Meta directory:
> https://github.com/r-lib/remotes/blob/9b5dc29102a486df2f42c88bb19027a7cd54a721/R/install-version.R#L68
>
> Given its existence, I was wondering why ther...
2020 May 10
2
Gráficos plotly y Rmarkdown
Hola, cuando ejecuto Rmarkdown los gráficos plotly no salen. No hay
ningún error pero en el resultado final no se obtiene nada. Si ejecuto
plotly desde R los gráficos primero salen en blanco y es necesario
"recargar" para poderlo ver, si lo inspeccionas no sale nada. El equipo
en el que me pasa esto es:
platform x86_64-w64-mingw32
arch x86_64
os mingw32
2020 Sep 01
3
Instalar paquete en nueva versión de R
Hola, me estoy crispando con un tema que no es la primera vez que he
resuelto pero (extraamente) ahora no puedo resolver. Estoy instalando
un paquete que no est disponible en la versin 4 de R:
packageurl <-
"http://cas.uqam.ca/pub/R/bin/macosx/el-capitan/contrib/3.6/CASdatasets_1.0-10.tgz"
install.packages(packageurl, repos = NULL, dependencies = TRUE,
type="source")
2023 Aug 06
3
A demonstrated shortcoming of the R package management system
...ows. Recommended to run the rocker/r2u container.
## Could also run 'apt update -qq; apt upgrade -y' but not required
## Thanks to my colleague Paul Hoffman for the core of this example
## now have Matrix 1.6.0 because r2u and CRAN remain current but we can install an older Matrix
remotes::install_version('Matrix', '1.5.1')
## we can confirm that we have Matrix 1.5.1
packageVersion("Matrix")
## we now install SeuratObject from source and to speed things up we first install the binary
install.packages("SeuratObject") # in this container via bspm/r2u as binary
#...
2012 Mar 02
0
devtools 0.6
...configure file is executable.
* all external package installation functions are vectorised so you can
install multiple packages at time
* new `install_gitorious` function install packages in gitorious repos.
* new `install_url` function for installing package from an arbitrary url
* include `install_version` function from Jeremy Stephens for installing a
specific version of a CRAN package from the archive.
BETTER WINDOWS BEHAVIOUR
* better check for OS type (thanks to Brian Ripley)
* better default paths for 64-bit R on windows (Fixes #35)
* check to see if Rtools is already available before try...
2012 Mar 02
0
devtools 0.6
...configure file is executable.
* all external package installation functions are vectorised so you can
install multiple packages at time
* new `install_gitorious` function install packages in gitorious repos.
* new `install_url` function for installing package from an arbitrary url
* include `install_version` function from Jeremy Stephens for installing a
specific version of a CRAN package from the archive.
BETTER WINDOWS BEHAVIOUR
* better check for OS type (thanks to Brian Ripley)
* better default paths for 64-bit R on windows (Fixes #35)
* check to see if Rtools is already available before try...