Code Monkey home page Code Monkey logo

psychbruce / psychwordvec Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 1.0 40.77 MB

๐Ÿ”œ Integrative Toolbox of Word Embedding Research for Psychological Science.

Home Page: https://psychbruce.github.io/PsychWordVec/

License: GNU General Public License v3.0

R 100.00%
bert cosine-similarity fasttext glove gpt language-model natural-language-processing nlp pretrained-models psychology r semantic-analysis text-analysis text-mining tsne word-embeddings word-vectors word2vec

psychwordvec's Introduction

psychwordvec's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

yeemu

psychwordvec's Issues

Please import only the functions you need from data.table

hi @psychbruce

In PsychWordVec.R there is @import data.table in your roxygen comments, which get converted to import(data.table) in your NAMESPACE, which has the effect of importing everything that data.table exports.
In the new version of data.table on github master, remotes::install_github("Rdatatable/data.table") there is a new exported object %notin%.
There is also an exported object with that same name in package bruceR which you also import.
This has the effect of generating the following new warning when I run R CMD check PsychWordVec with data.table github master installed:

* checking whether package 'PsychWordVec' can be installed ... WARNING
Found the following significant warnings:
  Warning: replacing previous import 'data.table::%notin%' by 'bruceR::%notin%' when loading 'PsychWordVec'

The fix would be to use @importFrom data.table data.table etc (for only the objects you use), instead of @import data.table.
Please update your code, then run R CMD check PsychWordVec_version.tar.gz with data.table master installed.
After you update your code and R CMD check has no more errors, please submit a new version of PsychWordVec to CRAN.
This will help facilitate releasing a new version of data.table to CRAN.
(data.table devs must make sure all reverse dependencies do not break, before submitting a new version to CRAN)

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.