Giter Club home page Giter Club logo

envirocar-cross-platform-app's Introduction

enviroCaR

Import and analysis functions for the R environment for statistical computing and graphics

Installation

Install dependencies

You need the trajectories package, which is available from CRAN; on the R prompt, type

install.packages("trajectories")

or install the development version from github:

library(devtools)
install_gihub("edzer/trajectories")

Install enviroCaR

The enviroCaR package is not on CRAN yet, so please download and install the package manually. For this to work must have both git (http://git-scm.com/downloads) and R (see documentation here for Windows) on your path. Then run the following commands in the command line:

git clone https://github.com/enviroCar/enviroCaR
R CMD INSTALL enviroCaR

Usage

Take a look at the demos to see how to use the package:

library(enviroCaR)
demo(package = "enviroCaR")

Bug reporting

If you find a bug or run into problems, please open a new issue on GitHub: https://github.com/enviroCar/enviroCaR/issues

Before you submit the bug, consider these guidelines.

Development

Contributing

Contributions to this package are always welcome. Take a look at the issues to see what tasks are pending and join the enviroCar mailing list/forum to discuss new ideas.

We follow the fork & pull development modell, so please fork the project and send us your contributions as pull requests.

No work should be done without an issue describing the task.

Documentation

We use roxygen comments in the R files. Take a look at the roxygen2 documentation use it and read these guidelines on documenting functions.

About

See http://envirocar.org to learn more about the project.

License

This R exention package is licensed under GPL version 2 or later.

envirocar-cross-platform-app's People

Contributors

bpross-52n avatar d-ajay-kumar avatar khyatisaini avatar matthesrieke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

envirocar-cross-platform-app's Issues

Migrate App to support Null Safety

Hi, @bpross-52n @D-Ajay-Kumar @KhyatiSaini currently the app doesn't support null safety. There are currently two packages that don't support null-safety until they do we cant migrate the app to null-safety.

  • For system_shortcuts I have opened a null-safety migration PR once this PR merge we can upgrade the package
  • For toast, we can use the fluttertoast package which is already migrated to NNBD
Showing dependencies that are currently not opted in to null-safety.[✗] indicates versions without null safety support.
[✓] indicates versions opting in to null safety.
Computing null safety support...
Package Name      Current  Upgradable  Resolvable  Latest  

direct dependencies:
system_shortcuts  ✗1.0.0   ✗1.0.0      ✗1.0.0      ✗1.0.0  
toast             ✗0.1.5   ✗0.1.5      ✗0.1.5      ✗0.1.5  

dev_dependencies: all support null safety.

As there are a lot of depreciated widgets that the app uses so once we migrate the application to NNBD we can replace depreciated widgets with a new one.

Thank you!

url_launcher plugin not working

Starting from API30 (Android 11), your Android app has to list all apps it interacts with so canLaunch method of url_launcher plugin always returns false unless the application has been configured to allow querying the system for launch support.

resize-1648129586364267257Issue

Are you working on this issue?
-Yes

Prompt the user for alphanumeric passwords

As of 1st Nov '21 , the app does not prompt the user to enter alphanumeric passwords, which can become a security concern. I'll work on this issue if it is approved.

Car Logo in Dark theme

After creating a car if the user is in Dark mode the logo of car doesn't show.
image

I would like to work on this issue.

Updating the Linting rules for project.

As of now there are some linting rules that are disabled/not mentioned for eg:-

  • Unused_elements
  • Unnecessary_imports
  • deprecated_member_use, etc

I would to work on this issue. Please assign it to me. Thanks

Also there are some rules that are disabled in the analysis_options.YAML like

# Ignoring naming convention of using underscores instead of camelCase
    file_names: false
# Ignoring having to make getters for setters
    avoid_setters_without_getters: false

are these intentionally disabled or do we need to work on those too?

Feature to show the entered password

Describing the issue
Currently there is no way to see the entered password in 'textfield' in login and register screen.

Are you working on this issue(Yes/No)
Yes

Not able to run the app.

Whenever I'm running the app im getting this error

`Failed to apply plugin 'com.android.internal.application'.

Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.`

i checked My java version its java version "14.0.2" 2020-07-14

Im working on Vs Code

confirmation email link returns blank white page

At the time of making this issue, the link sent in the confirmation email returns a blank white page. Since there's some confusion about whether the previous authors made the feature but didn't implement it or just a bug, I am creating this issue for future reference and will work on it once the confusion is cleared.

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.