Latest version of tidytable is 0.8.1 on CRAN, but my R keeps installing 0.6.5. Why?

This is my rVersion()

$platform
[1] "x86_64-pc-linux-gnu"

$arch
[1] "x86_64"

$os
[1] "linux-gnu"

$system
[1] "x86_64, linux-gnu"

$status
[1] ""

$major
[1] "4"

$minor
[1] "1.1"

$year
[1] "2021"

$month
[1] "08"

$day
[1] "10"

$`svn rev`
[1] "80725"

$language
[1] "R"

$version.string
[1] "R version 4.1.1 (2021-08-10)"

$nickname
[1] "Kick Things"

On CRAN, tidytable is 0.8.1. CRAN - Package tidytable

But when I run install_packages('tidytable'), it keeps installing 0.6.5. Why is that?

Can you post the complete console output you get when you install the package?

1 Like
Installing package into ‘/home/someuser/R/x86_64-pc-linux-gnu-library/4.1'
(as ‘lib’ is unspecified)
trying URL 'https://packagemanager.rstudio.com/cran/__linux__/focal/2021-10-29/src/contrib/tidytable_0.6.5.tar.gz'
Content type 'binary/octet-stream' length 314531 bytes (307 KB)
==================================================
downloaded 307 KB

* installing *binary* package ‘tidytable’ ...
* DONE (tidytable)

The downloaded source packages are in
	‘/tmp/RtmpLwEz2F/downloaded_packages’

You are using the RStudio Package Manager and the repository is locked to a specific date, so you only get package versions released up to that date.

Change your package repository and you will be able to update

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.