Once #109 is solved, we are in a good position to rename the .data argument to data.
The only reason to prefix with a '.' is to make sure that when passing to other external functions via ... no clashes occur. There was probably no reason to use the '.' prefix in the first place - but this becomes especially redundant after #109 is solved.
Once #109 is solved, we are in a good position to rename the .data argument to data.
The only reason to prefix with a '.' is to make sure that when passing to other external functions via ... no clashes occur. There was probably no reason to use the '.' prefix in the first place - but this becomes especially redundant after #109 is solved.