- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
有时与 一起工作时包鼠 ,在检查 Packrat 库的状态时会得到这种输出:
> packrat::status()
The following packages are tracked by packrat, but are no longer available in the local library nor present in your code:
_
viridisLite 0.2.0
You can call packrat::snapshot() to remove these packages from the lockfile, or if you intend to use these packages, use packrat::restore() to restore them to your private library.
The following packages have been updated in your library, but have not been recorded in packrat:
library packrat
RSQLite 2.0 NA
blob 1.1.0 NA
formatR 1.5 NA
Use packrat::snapshot() to record these packages in packrat.
The following packages are out of sync between packrat and your current library:
packrat library
BH 1.65.0-1 1.60.0-2
R6 2.2.2 2.2.0
Rcpp 0.12.13 0.12.7
Rfacebook 0.6.17 0.6.15
assertthat 0.2.0 0.1
backports 1.1.1 1.0.5
colorspace 1.3-2 1.2-6
curl 3.0 2.1
dplyr 0.7.4 0.5.0
htmltools 0.3.6 0.3.5
httr 1.3.1 1.2.1
jsonlite 1.5 1.4
lazyeval 0.2.1 0.2.0
openssl 0.9.8 0.9.4
reshape2 1.4.2 1.4.1
scales 0.5.0 0.4.1
stringi 1.1.5 1.1.2
tibble 1.3.4 1.2
yaml 2.1.14 2.1.13
Use packrat::snapshot() to set packrat to use the current library, or use
packrat::restore() to reset the library to the last snapshot.
restore()
或
snapshot()
?我已经查看了 Packrat 文档,但似乎没有一种方法可以执行参数化更新,即对软件包进行吹毛求疵。
> packrat::restore()
Adding these packages to your library:
_
viridisLite 0.2.0
Removing these packages from your library:
_
RSQLite 2.0
blob 1.1.0
formatR 1.5
memoise 1.1.0
Upgrading these packages in your library:
from to
BH 1.60.0-2 1.65.0-1
R6 2.2.0 2.2.2
Rcpp 0.12.7 0.12.13
Rfacebook 0.6.15 0.6.17
assertthat 0.1 0.2.0
backports 1.0.5 1.1.1
colorspace 1.2-6 1.3-2
curl 2.1 3.0
dplyr 0.5.0 0.7.4
glue 1.1.1 1.2.0
htmltools 0.3.5 0.3.6
httr 1.2.1 1.3.1
jsonlite 1.4 1.5
lazyeval 0.2.0 0.2.1
openssl 0.9.4 0.9.8
reshape2 1.4.1 1.4.2
rlang 0.1.1 0.1.4
scales 0.4.1 0.5.0
stringi 1.1.2 1.1.5
tibble 1.2 1.3.4
yaml 2.1.13 2.1.14
Do you want to continue? [Y/n]:
viridislite
,不加,我要加
RSQLite
,
blob
和
formatR
按照建议。
memoise
进入图片...
最佳答案
这取决于你想从 packrat
得到什么.如果要加载最后一个快照,请使用 restore()
.如果您更新项目中使用的包,并想要制作新快照,请使用 snapshot()
.
关于r - Packrat:快照与恢复的顺序重要吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47281148/
有时与 一起工作时包鼠 ,在检查 Packrat 库的状态时会得到这种输出: > packrat::status() The following packages are tracked by pac
我之前在 RStudio 中打开了 packrat()。我现在希望完全删除并禁用它(即恢复到安装 Packrat 之前的状态)。我试图在 Rstudio 中找到一个选项来禁用它,但找不到任何东西。因此
我正在尝试将 bool 表达式解析为 Expr树使用来自 scala-parser-combinators 的 Scala 的 Packrat 解析器. sealed trait Expr c
我对 Scala 2.8 中提供的 Packrat 解析器组合器有一些疑问。 不幸的是,除了 Scaladoc PackratParsers 特征描述之外,我找不到任何有关如何使用此新功能的教程,该描
Packrat 理论上是一个很好的工具,但多年来它一直受到启动 RStudio 时大量挂起时间的困扰,开发人员似乎无法解决这个问题。它在我的项目中变得不可持续。有没有人有任何好的替代品来代替 Pack
我正在使用 Packrat 为我的 R 项目设置一个 git 工作流程。每次我packrat::snapshot()我的工作区,文件 packrat.lock随着新包/版本等发生变化,但它也会更改每个
为了更好地了解 Packrat,我尝试查看 the provided implementation附带 the paper (我专注于绑定(bind)): instance Derivs d => M
我正在使用 packrat 构建 R 包。该软件包经过全面测试,并通过本地保存的源文件进行安装 install.packages("myPackage.tar.gz", repos = NULL, t
我在 RStudio 工作。我首先在项目中创建了一个knitr文件,并且编译pdf工作完美。然后,当我处理不同的文件时,我为该项目激活了 packrat。 (后来又停用了) 现在,当我再次尝试 Kni
我正在使用 packrat_0.4.3 并有一些我自己的软件包。 我按照这个介绍创建了一个本地存储库:http://cran.r-project.org/doc/manuals/R-admin.htm
我使用 packrat (v 0.4.8.-1) 创建了一个快照,并捆绑了与相应 R 代码一起使用的 R 包依赖项。我想向其他人提供 R 代码和 packrat 包,使我正在做的工作(包括 R 环境)
我知道并使用 bison/yacc。但在解析世界中,围绕 Packrat 解析有很多议论。 这是什么?值得学习吗? 最佳答案 Packrat 解析是一种为 parsing expression gra
有人可以告诉我如何使用 scala 2.8 packrat-parsing 解析 HTTP 协议(protocol)吗? 我需要将附加的示例 HTTP 响应解析为 ResponseStatusCode
我对 Packrat 有这个问题;当我尝试在 R 上安装随机包时: “无法打开文件'packrat/init.R':没有这样的文件或目录” 我正在使用 ubuntu 16.04,我尝试卸载 r-bas
我的 packrat.src 目录包含多个用于各种库的 *.tar.gz 文件。 例如,broom 的子文件夹如下所示: broom ├── broom_0.4.1.tar.gz └── broom_
许多网站都说 Packrat 解析器可以在线性时间内解析输入。 因此,乍一看,它们比由 yacc 或 bison 工具构建的 LALR 解析器更快。 我想知道在使用通用输入(如编程语言源文件)而不是任
我正在使用 packrat对于我本地的 R 包。我正在尝试添加 MultinomialCI作为依赖项,但我无法将其加载到 packrat .特别是,我不知道如何手动快照。 Rstudio 的包查看器看
我正在开发一个 R 项目 (R studio),该项目需要多个包和 packrat 来管理它们。除了必须安装的 rCharts 之外,我已经能够为所有这些找到 CRAN 或二进制文件: requ
当我从 Rstudio 运行时,我的 Shiny 应用程序运行良好,但在 Shiny 服务器(开源)上运行时,我的 Shiny 应用程序运行良好,这对我来说似乎很奇怪(开源),不使用 packrat
Packrat有一个 use.cache减少软件包安装时间的功能。 该文档提供以下信息: use.cache: Install packages into a global cache, which
我是一名优秀的程序员,十分优秀!