Code Monkey home page Code Monkey logo

arastocat's People

Contributors

chrisschuerz avatar danklotz avatar herrnegger avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

arastocat's Issues

test folder

Hey,

sorry for bothering already.

Consider putting your "test" folder into the main directory can call it "tests". It is currently in your R directory!
This is custom (see: example) and does not infer with package compilation.

lovely logo ๐Ÿ‘ ๐Ÿˆ ๐Ÿˆ ๐Ÿˆ

large .bil files

The package has a size of 193mb now! I think we should reduce the size in order to keep it as lightweight as possible

Issues with write_SWATweather()

Hello,
Thanks for developing this tool. I am using R 4.0.1, aRastoCATโ€™ version 0.2.2 and โ€˜dplyrโ€™ version 1.0.6.
However, when I want to write sawt weather using the above command, it returned the below error.
Please, could you help?

Thanks

.cols has been renamed and is deprecated, please use .vars
Error: .vars must be a character/numeric vector or a vars() object, not a fun_list object.
Run rlang::last_error() to see where the error occurred.
In addition: Warning message:
funs() was deprecated in dplyr 0.8.0.
Please use a list of either functions or lambdas:

Simple named list:

list(mean = mean, median = median)

Auto named with tibble::lst():

tibble::lst(mean, median)

Using lambdas

list(~ mean(., trim = .2), ~ median(., na.rm = TRUE))

Vignette / Examples

I think a vignette and/or prototypical example is needed. It could show how the different functions work and interact with each other. What do you think?

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.