Skip to content

version pinning doesn't work anymore #4

Description

@cosmicBboy

First off, this is an awesome package! I've been using this for a couple of months and it has been fulfilling my package-management needs...

I'm encountering a bug where needs is installing the latest version even though I've pinning a version number.

> library(mongolite)
Error in library(mongolite) : there is no package called 'mongolite'
> needs(mongolite = "0.3")
installing packages:
mongolite
> sessionInfo()
R version 3.3.0 (2016-05-03)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: OS X 10.11.6 (El Capitan)

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

other attached packages:
[1] mongolite_0.9.1 needs_0.0.3     colorout_1.1-2

loaded via a namespace (and not attached):
[1] tools_3.3.0  jsonlite_1.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions