Giter Site home page Giter Site logo

Comments (5)

TommyJones avatar TommyJones commented on July 18, 2024

Thanks for using textmineR and for opening the issue! Because of CRAN
policies, I can only update monthly. So, I will be pushing 2.0.4 to CRAN at
the end of the week. Unfortunately, I rushed the last patch because
text2vec 0.4 hit CRAN a couple days before I was to present on textmineR.
In my rush to get a working version before the presentation, I made a patch
that was not effective. I am sorry.

If you want to wait a week or so, 2.04. will be on CRAN. In the meantime,
if you have devtools installed, you can get the working version of
textmineR with devtools::install_github("TommyJones/textmineR")

On Wed, Nov 2, 2016 at 1:22 PM jdistlr [email protected] wrote:

At the moment textmineR fails while installing text2vec (0.4.0) and
textmineR (2.0.3) via CRAN. With this configuration textmineR's tokenizing
behavior is struggeling. For example GetTopTerms delivers chunks of
sentences instead of single terms.

Thanks for your great work!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#26, or mute the thread
https://github.com/notifications/unsubscribe-auth/AEwoAqFmUtKFSbgeomXpLcc-_7GSzRW8ks5q6MbJgaJpZM4Kng79
.

from textminer.

jdistlr avatar jdistlr commented on July 18, 2024

Hi Tommy and thanks for your fast reply. Unfortunately i can't wait for a week and the clients working with textmineR are behind a http_proxy ... so it's quite complicated to get devtools to work. Is there another possibility (on windows) getting textmineR to work?

Maybe by loading .Rproj and compiling locally? I tried that way ... then I get a textmineR_2.0.4.zip file in my local drive (D:). How to load that into R space? RStudio still shows the textmineR 2.0.2 package.

from textminer.

TommyJones avatar TommyJones commented on July 18, 2024

Is the issue that you can't install a C++ compiler, can't install devtools,
or can install devtools, but can't make it access github from the client
site?

If you can't install a C++ compiler (like that which comes with Rtools),
there's no way to build from source; I'm sorry.

If you have a compiler, but can't install devtools, just unzip the 2.0.4
zipfile you have into some directory, "mydirectory" and type
install.packages("mydirectory", repos = NULL, type = "source")

If you have a compiler, can install devtools, but can't point it to github
from the client end, unzip the file as above and type
`devtools::install("mydirectory")

The big difference between the second and third option is that the third
option install dependencies as if you were installing from CRAN. The second
option installs textmineR only and no dependencies. You'd have to get those
yourself.

The final option: if you can build binaries on your local machine but can't
do it from the client site, you can build the 2.0.4 binaries using one of
the above methods. Then go into wherever you have R install libraries, find
the textmineR folder and copy its contents to the client site wherever
their R installation looks for libraries.

On Wed, Nov 2, 2016 at 2:34 PM jdistlr [email protected] wrote:

Hi Tommy and thanks for your fast reply. Unfortunately i can't wait for a
week and the clients working with textmineR are behind a http_proxy ... so
it's quite complicated to get devtools to work. Is there another
possibility (on windows) getting textmineR to work?

Maybe by loading .Rproj and compiling locally? I tried that way ... then I
get a textmineR_2.0.4.zip file in my local drive (D:). How to load that
into R space? RStudio still shows the textmineR 2.0.2 package.


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
#26 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AEwoAtTnGtz7W9kM88tU8YSxGVhwmynYks5q6NevgaJpZM4Kng79
.

from textminer.

WilDoane avatar WilDoane commented on July 18, 2024

@jdistlr To build textmineR from source, you would first have to install RTools, the build tool kit for R. I used the 3.3 version today to build textmineR 2.0.4 successfully: https://cran.r-project.org/bin/windows/Rtools/

Once that's installed, unzip the textmineR-master.zip file you downloaded from https://github.com/TommyJones/textmineR/archive/master.zip

in R/RStudio,

install.packages("c:/Users/yourusername/Downloads/textmineR-master/", type = "source", repos = NULL)

changing the path to wherever you unzipped the textmineR source code. That path should point to the unzipped archive folder, which contains the DESCRIPTION file and the rest of the textmineR source code.

from textminer.

jdistlr avatar jdistlr commented on July 18, 2024

Wonderful. Thanks for all your guidance.
Now I'm on version 2.0.4.

from textminer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.