Skip to content

Commit 7d70248

Browse files
authored
Merge pull request #502 from massimoaria/develop
Solved issue #405
2 parents ed6d47f + fb06436 commit 7d70248

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

NAMESPACE

-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ importFrom(Matrix,tcrossprod)
164164
importFrom(Matrix,tril)
165165
importFrom(Matrix,triu)
166166
importFrom(Matrix,uniqTsparse)
167-
importFrom(Matrix,unname)
168167
importFrom(Matrix,unpack)
169168
importFrom(Matrix,update)
170169
importFrom(Matrix,updown)

R/zzz.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
#' @importFrom Matrix tril
253253
#' @importFrom Matrix triu
254254
#' @importFrom Matrix uniqTsparse
255-
#' @importFrom Matrix unname
255+
# @importFrom Matrix unname
256256
#' @importFrom Matrix unpack
257257
#' @importFrom Matrix update
258258
#' @importFrom Matrix updown

inst/biblioshiny/libraries.R

-19
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,6 @@ libraries <- function(){
2121
if (!require(openxlsx, quietly=TRUE)){install.packages("openxlsx"); require(openxlsx, quietly=TRUE)}
2222
if (!require(shinyWidgets, quietly=TRUE)){install.packages("shinyWidgets"); require(shinyWidgets, quietly=TRUE)}
2323

24-
# ## Currently "webshot2" 0.1.1 generates empty screenshots on windows 10 for graphics created with visnetwork.
25-
# ## This workaround installs the previous version 0.1.0 to temporarily fix the problem.
26-
# if (!require(webshot2,quietly=TRUE)){
27-
# install.packages("webshot2")
28-
# library(webshot2)
29-
# detach("package:webshot2", unload = TRUE, force=TRUE)
30-
# install.packages("https://cran.r-project.org/src/contrib/Archive/webshot2/webshot2_0.1.0.tar.gz",
31-
# repos = NULL, type = "source", dependencies=c("Depends", "Imports"))
32-
# }else{
33-
# pkgs <- installed.packages()[, "Version"]
34-
# vers <- pkgs["webshot2"]
35-
# if (vers!="0.1.0"){
36-
# detach("package:webshot2", unload = TRUE, force=TRUE)
37-
# install.packages("https://cran.r-project.org/src/contrib/Archive/webshot2/webshot2_0.1.0.tar.gz",
38-
# repos = NULL, type = "source", dependencies=c("Depends", "Imports"))
39-
# }
40-
# }
41-
##
42-
4324
if (!(require(chromote, quietly=TRUE))){install.packages("chromote"); require(chromote, quietly=TRUE)}
4425

4526
### workaround for webshot2 on shinyapps.io

0 commit comments

Comments
 (0)