Git Product home page Git Product logo

Comments (4)

iagomosqueira avatar iagomosqueira commented on August 19, 2024

Are you using FLCore from the repository or the very latest from github?

In the second, and running on R 3.2.4, it seems to work

data(ple4)
tmp <- FLStocks()
tmp[["stk1"]] <- ple4
names(tmp)
[1] "stk1"
tmp[["stk2"]] <- ple4
names(tmp)
[1] "stk1" "stk2"

I will release an updated FLCore later today.

Thanks for the report

On 24/05/16 07:12, marchtaylor wrote:

The following example fails with R 3.2.3, but not R 3.1.0 - No name is passed to the newly created level in an FLStocks object.

library(FLCore)

data(ple4)

# Ex. adding levels to an empty FLStocks obj by name fails to record name in R 3.2.3, but not in R 3.1.0
tmp <- FLStocks()

tmp[["stk1"]] <- ple4
summary(tmp)
names(tmp)
length(tmp)

tmp[["stk2"]] <- ple4
summary(tmp)
names(tmp)
length(tmp)

You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#25

from flcore.

marchtaylor avatar marchtaylor commented on August 19, 2024

perfect - I reinstalled from github and no longer have the issue. Thanks for your quick response.

from flcore.

iagomosqueira avatar iagomosqueira commented on August 19, 2024

New version of FLCore is now on the repository too.

On 24/05/16 09:08, marchtaylor wrote:

perfect - I reinstalled from github and no longer have the issue. Thanks for your quick response.


You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#25 (comment)

from flcore.

marchtaylor avatar marchtaylor commented on August 19, 2024

cheers, thanks. -MT

from flcore.

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.