mtopaz / NimbleMiner

NimbleMiner: a software that allows users to interact with word embedding to rapidly create lexicons of similar terms, conduct weakly supervised labeling, and implement text mining
GNU General Public License v2.0
20 stars 15 forks source link

Issue with Installer.R #20

Open samie3000 opened 1 year ago

samie3000 commented 1 year ago

When I source the installer.R, I receive the following error. I have:

source("C:/Users/XXX/OneDrive - XXX/XXX/XXX/NimbleMiner-master/installer/installer.R", echo=TRUE)

packageslInstallation <- function(names_of_packages){

  • new_packages <- names_of_packages[!(names_of_packages %in% installed.packages()[, "Package ..." ... [TRUNCATED]

packages <- c("shiny", "stringi", "data.table", "DT", "shinythemes", "ggplot2", "keras", "readr", "shinyTree", "shinyjs", "tm", "xtable",

  • .... [TRUNCATED]

packageslInstallation(packages) named list()

packages_dir <<- paste0(getSrcDirectory(function(x) {x}),"/");

library(devtools)

unzip(paste0(packages_dir,"/wordVectors.zip"),exdir=paste0(packages_dir,"/wordVectors"))

install(paste0(packages_dir,"/wordVectors/wordVectors")) These packages have more recent versions available. It is recommended to update all of them. Which would you like to update?

1: All
2: CRAN packages only
3: None
4: vctrs (0.5.0 -> 0.5.1) [CRAN]

Enter one or more numbers, or an empty line to skip updates: 3 ✔ checking for file 'C:\Users\XXX\OneDrive - XXX University XXX\XXX\XXX\NimbleMiner-master\installer\wordVectors\wordVectors/DESCRIPTION' ... ─ preparing 'wordVectors': ✔ checking DESCRIPTION meta-information ... ─ cleaning src ─ checking for LF line-endings in source and make files and shell scripts ─ checking for empty or unneeded directories ─ building 'wordVectors_2.0.tar.gz'

Running "C:/PROGRA~1/R/R-42~1.2/bin/x64/Rcmd.exe" INSTALL \ "C:\Users\XXX\AppData\Local\Temp\RtmpgvOgcx/wordVectors_2.0.tar.gz" --install-tests

silyasm commented 11 months ago

I have had the same issue, did you find a fix for it?

allmin commented 9 months ago

Same issue here!

KD008 commented 7 months ago

Hi Mr. @mtopaz and Team!

I am still facing this issue. I found a Nimble Miner demo on youtube, where the system works well.

Can you please help me trouble shoot the issue or let me know if there is an updated version published elsewhere?

Thanks!!

silyasm commented 7 months ago

I was able to get it to download! I had to revert to the old version of R (4.0.2) from 2020 that was used when the package was published.